eliminate render-blocking resources css

69

1. Identify your render blocking resources.
2. Don't add CSS with the @import rule.
3. Use the media attribute for conditional CSS.
4. Defer non-critical CSS.
5. Use the defer and async attributes to eliminate render-blocking JavaScript.
6. Find and remove unused CSS and JavaScript.

Comments

Submit
0 Comments